github.com/klauspost/compress/flate.decompressor.hd (field)
28 uses
github.com/klauspost/compress/flate (current package)
inflate.go#L323: hl, hd *huffmanDecoder
inflate.go#L357: f.hd = nil
inflate.go#L368: f.hd = &f.h2
inflate_gen.go#L132: if f.hd == nil {
inflate_gen.go#L155: n := uint(f.hd.maxRead)
inflate_gen.go#L171: chunk := f.hd.chunks[fb&(huffmanNumChunks-1)]
inflate_gen.go#L174: chunk = f.hd.links[chunk>>huffmanValueShift][(fb>>huffmanChunkBits)&f.hd.linkMask]
inflate_gen.go#L383: if f.hd == nil {
inflate_gen.go#L406: n := uint(f.hd.maxRead)
inflate_gen.go#L422: chunk := f.hd.chunks[fb&(huffmanNumChunks-1)]
inflate_gen.go#L425: chunk = f.hd.links[chunk>>huffmanValueShift][(fb>>huffmanChunkBits)&f.hd.linkMask]
inflate_gen.go#L634: if f.hd == nil {
inflate_gen.go#L657: n := uint(f.hd.maxRead)
inflate_gen.go#L673: chunk := f.hd.chunks[fb&(huffmanNumChunks-1)]
inflate_gen.go#L676: chunk = f.hd.links[chunk>>huffmanValueShift][(fb>>huffmanChunkBits)&f.hd.linkMask]
inflate_gen.go#L885: if f.hd == nil {
inflate_gen.go#L908: n := uint(f.hd.maxRead)
inflate_gen.go#L924: chunk := f.hd.chunks[fb&(huffmanNumChunks-1)]
inflate_gen.go#L927: chunk = f.hd.links[chunk>>huffmanValueShift][(fb>>huffmanChunkBits)&f.hd.linkMask]
inflate_gen.go#L1136: if f.hd == nil {
inflate_gen.go#L1159: n := uint(f.hd.maxRead)
inflate_gen.go#L1175: chunk := f.hd.chunks[fb&(huffmanNumChunks-1)]
inflate_gen.go#L1178: chunk = f.hd.links[chunk>>huffmanValueShift][(fb>>huffmanChunkBits)&f.hd.linkMask]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |